Interface SmFileSystemResourceRequest

All Superinterfaces:
IPCObject
All Known Implementing Classes:
SmFileSystemResourceRequestImpl

public interface SmFileSystemResourceRequest extends IPCObject
Information provided by the PKI file:

    \class CSmFileSystemResourceRequest
    
    \brief CSmFileSystemResourceRequest is sent by WebView's fileSystemResourceRequested() event.
    
Author:
Auto-generated
  • Method Details

    • getUrlPath

      String getUrlPath()
      Information provided by the PKI file:
      
          \brief Returns the requested URL path.
          
              
      Returns:
      String Returns a String
    • resolve

      void resolve(String localFilePath)
      Information provided by the PKI file:
      
          \brief Resolve with local file system file path or empty string if not found.
          
          \param localFilePath, the resolved local file system path, or empty string if not found.
          
              
      Parameters:
      localFilePath - Takes in a parameter of localFilePath